-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[service] add service.disableOpenCensusBridge gate #10542
[service] add service.disableOpenCensusBridge gate #10542
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10542 +/- ##
==========================================
- Coverage 92.34% 92.33% -0.01%
==========================================
Files 393 395 +2
Lines 18660 18673 +13
==========================================
+ Hits 17231 17242 +11
- Misses 1069 1070 +1
- Partials 360 361 +1 ☔ View full report in Codecov by Sentry. |
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds open-telemetry#10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed. Signed-off-by: Alex Boten <[email protected]>
b86baf5
to
eb18f07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to have an info level log about this on initialization?
@mx-psi you mean a warning about opencensus telemetry being disabled? |
Yep. Some people don't like having a warning that is not actionable, so that's why I was proposing an info-level log |
Right, sorry i meant a "log" not a "warning" about opencensus telemetry being disabled :) sure i can add that |
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This adds profiles support for consumers. <!-- Issue number if applicable --> #### Link to tracking issue Based on the discussion in open-telemetry#10375. --------- Co-authored-by: Pablo Baeyens <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds #10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed.
Related to #10414